home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Games / PD / Angband / edit / z_info.txt < prev   
Text File  |  2000-01-01  |  1KB  |  62 lines

  1. # File: z_info.txt
  2.  
  3.  
  4. # This file is used to initialize the "lib/data/z_info.raw" file, which is
  5. # used to initialize the "array sizes" information for the Angband game.
  6.  
  7. # Do not modify this file unless you know exactly what you are doing,
  8. # unless you wish to risk possible system crashes and broken savefiles.
  9. # After modifying this file, delete the "lib/data/z_info.raw" file.
  10.  
  11.  
  12. # Version stamp (required)
  13.  
  14. V:2.9.1
  15.  
  16.  
  17. # Maximum number of feature types
  18. M:F:64
  19.  
  20. # Maximum number of object kinds
  21. M:K:512
  22.  
  23. # Maximum number of artifacts
  24. M:A:128
  25.  
  26. # Maximum number of ego-item types
  27. M:E:128
  28.  
  29. # Maximum number of monster races
  30. M:R:549
  31.  
  32. # Maximum number of vaults
  33. M:V:35
  34.  
  35. # Maximum number of player races
  36. M:P:10
  37.  
  38. # Maximum number of player history lines
  39. M:H:128
  40.  
  41. # Maximum number of owners per store
  42. M:B:4
  43.  
  44. # Maximum number of objects
  45. M:O:256
  46.  
  47. # Maximum number of monsters
  48. M:M:512
  49.  
  50. #
  51. # Array sizes (in bytes) for some initialization stuff
  52. #
  53.  
  54. # Size of the "fake" array for reading in names of monsters, objects,
  55. # artifacts, store-owners, player-races, ...
  56. M:N:20480
  57.  
  58. # Size of the "fake" array for reading in the descriptions of monsters,
  59. # vaults, and the player-histories
  60. M:T:61440
  61.  
  62.